home *** CD-ROM | disk | FTP | other *** search
Text File | 1990-06-20 | 595 b | 29 lines | [TEXT/MPS ] |
- #
- # This makefile builds:
- # The sample application: Shell
- #
- # File: Shell.make
- # Target: aii.shell
- # Sources: Shell.aii
- # Shell.r
- #
- # Copyright Apple Computer, Inc. 1988-1990
- # All rights reserved.
- #
-
- Shell ƒƒ Shell.make ∂
- Shell.dfork ∂
- Shell.rfork
- DuplicateIIgs -y -mac aii.shell :
-
- Shell.aii.obj ƒ Shell.make Shell.aii
- AsmIIgs Shell.aii
-
- Shell.dfork ƒ Shell.make Shell.aii.obj
- LinkIIGS Shell.aii.obj -o Shell.dfork
- Duplicate -d -y Shell.dfork aii.shell
-
- Shell.rfork ƒ Shell.make Shell.r
- RezIIgs Shell.r -o Shell.rfork
- Duplicate -r -y Shell.rfork aii.shell
-